create

fun <ResultT> create(action: () -> ResultT): Task<ResultT>
fun <ResultT> create(config: TaskConfig, action: () -> ResultT): Task<ResultT>